kotlin-stdlib
Common
kotlin-stdlib
/
kotlin
/
[Common]Short
/
rangeTo
range
To
Common
operator
fun
rangeTo
(
other
:
Byte
)
:
IntRange
Content copied to clipboard
operator
fun
rangeTo
(
other
:
Short
)
:
IntRange
Content copied to clipboard
operator
fun
rangeTo
(
other
:
Int
)
:
IntRange
Content copied to clipboard
operator
fun
rangeTo
(
other
:
Long
)
:
LongRange
Content copied to clipboard
Creates a range from this value to the specified
other
value.